home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
apple girl.swf
/
scripts
/
DefineSprite_574
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
360 b
|
26 lines
bg_btn.useHandCursor = false;
score = _parent.score;
trace(score);
if(isLogin == 1)
{
v_log._visible = false;
if(dataMode == 1)
{
loadData("today");
}
else if(score > 0)
{
sendData();
}
else
{
loadData("today");
}
}
else
{
v_log._visible = true;
msg_mc._visible = false;
}
stop();